Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
bool ICollection<ViewRow>.Remove(
	ViewRow row
)
Visual Basic
Private Function Remove ( _
	row As ViewRow _
) As Boolean Implements ICollection(Of ViewRow).Remove

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

See Also